home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / database / db3stock / bigboxdt.prg next >
Text File  |  1986-04-12  |  801b  |  25 lines

  1. * -------------------------------------------------
  2. * * * * * * * * * * * * * *      BIGBOXDT PROCEDURE
  3. * -------------------------------------------------
  4. * define HEADER as a str < 60 chars before entering this routine
  5. SET COLOR TO 7/0
  6. @ 1,0 SAY "╔══════════════════════════════════════════════════════"
  7. @ 1,55 SAY "═══════════════════════╗"
  8. L=2
  9. DO WHILE L<24
  10.    @ L,0 SAY "║"
  11.    @ L,78 SAY "║"
  12.    L=L+1
  13. ENDDO
  14. @ 24,0 SAY "╚══════════════════════════════════════════════════════"
  15. @ 24,55 SAY "═══════════════════════╝"
  16. @ 3, 1 SAY "---------------------------------------"
  17. @ 3,40 SAY "--------------------------------------"
  18. @ 2,3 say date()
  19. @ 2,69 say time()
  20. * H E A D E R  programming set up below
  21. set color to 15/0
  22. @ 2,(80-len(header))/2 say header
  23. set color to 7/0
  24. RETURN
  25.